diff options
| author | Factiven <[email protected]> | 2023-04-17 16:32:11 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 16:32:11 +0700 |
| commit | 6cc94f5687fe78ae7c968d814f4712491281fb6f (patch) | |
| tree | 0d61b2b6b1d6b0320d07fa7fbe97de1022abf29c /pages/anime/[...id].js | |
| parent | Update navbar.js (diff) | |
| download | moopa-6cc94f5687fe78ae7c968d814f4712491281fb6f.tar.xz moopa-6cc94f5687fe78ae7c968d814f4712491281fb6f.zip | |
Update [...id].js
Diffstat (limited to 'pages/anime/[...id].js')
| -rw-r--r-- | pages/anime/[...id].js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/anime/[...id].js b/pages/anime/[...id].js index 8fba4fb..e30bd50 100644 --- a/pages/anime/[...id].js +++ b/pages/anime/[...id].js @@ -657,6 +657,8 @@ export async function getServerSideProps(context) { status = "Dropped"; } else if (gut.status === "PAUSED") { status = "Paused"; + } else if (gut.status === "REPEATING") { + status = "Rewatching"; } } } |